config

public abstract ProxyConfig config()

Returns the current proxy configuration.

Throws

when the profile is deleted or its engine is closed


public abstract void config(AutoDetectProxyConfig proxyConfig)
public abstract void config(CustomProxyConfig proxyConfig)
public abstract void config(DirectProxyConfig proxyConfig)
public abstract void config(SystemProxyConfig proxyConfig)
public abstract void config(UrlProxyConfig proxyConfig)

Updates the current proxy configuration with the given config.

Parameters

proxyConfig

the new proxy configuration to apply

Throws

when the profile is deleted or its engine is closed